home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-09-12 | 533 b | 14 lines | [TEXT/CWIE] |
- ///--------------------------------------------------------------------------------------
- // MyUtils.h
- ///--------------------------------------------------------------------------------------
-
- #ifndef __SPRITEWORLD__
- #include "SpriteWorld.h"
- #endif
-
-
- ///--------------------------------------------------------------------------------------
- // Function Prototypes
- ///--------------------------------------------------------------------------------------
-
- void FillBackgroundWithPict(SpriteWorldPtr spriteWorldP, PicHandle thePictH);